home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / torus.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  637 b   |  23 lines

  1. .TH TORUS
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. TORUS
  5.  
  6.  
  7.  
  8.  PolygonType TORUS( VectorType Center, VectorType Normal,
  9.                     NumericType MRadius, NumericType mRadius )
  10.  
  11. Creates a TORUS geometric object, defined by Center as the center
  12. of the TORUS, Normal as the normal to the main plane of the TORUS,
  13. MRadius and mRadius as the major and minor radii of the TORUS.
  14. See RESOLUTION for the accuracy of the TORUS approximation as a polygonal
  15. model. 
  16.  
  17. Example:
  18.  
  19.     T = TORUS( vector( 0.0, 0.0, 0.0), vector( 0.0, 0.0, 1.0), 0.5, 0.2 );
  20.  
  21. constructs a torus with major plane as the XY plane, major radius of 0.5,
  22. and minor radius of 0.2.
  23.